const github.com/andybalholm/brotli.maxDistance_compress_fragment
5 uses
github.com/andybalholm/brotli (current package)
compress_fragment.go#L19: const maxDistance_compress_fragment = 262128
compress_fragment.go#L614: if ip-candidate > maxDistance_compress_fragment {
compress_fragment.go#L684: if ip-candidate > maxDistance_compress_fragment {
compress_fragment_two_pass.go#L323: if ip-candidate > maxDistance_compress_fragment {
compress_fragment_two_pass.go#L396: for ip-candidate <= maxDistance_compress_fragment && isMatch1(input[ip:], base_ip_ptr[candidate-base_ip:], min_match) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |